CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - heap array

搜索资源列表

  1. test04

    0下载:
  2. 编写程序,给指针分配堆上的空间,打印指针指向的地址,与指针本身的地址进行比较; 编写程序,对指向同一块空间地址的指针进行转换,并且提取指针的值进行打印,查看这些值之间的差异; 编写程序,定义指针,并且指向栈上的空间,并与指向堆上的指针进行比较,分析栈上空间与堆上空间的分配差异; 编写程序,定义指向数组的指针,与指向数组元素的指针进行比较;-Programming, the address of the pointer to the allocated heap space, prin
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:82398
    • 提供者:honghu
  1. Testsjjg

    0下载:
  2. 随机生成一个数组,然后进行希尔、快速、堆排序、冒泡等排序-Randomly generate an array, then Hill, quick, heap sort, bubble sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:1566
    • 提供者:lsp
  1. 5

    0下载:
  2. 假设有一个数据类型为整型的一维数组A,A 中的数据元素呈无序状态,编写一个采用堆排序法将A中的数据元素按由小到大进行排序的程序。-Suppose there is a data type integer one-dimensional array A, A data element was disordered state, the preparation of a heap sort using the data elements of A are sorted by ascending pr
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5504
    • 提供者:崔文涛
  1. searchMax10

    0下载:
  2. 以最快的速度查找数组里最大的10个元素,采用堆结构实现-Find the fastest largest array of 10 elements, using heap structure to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:38838
    • 提供者:陈贵兵
  1. shunxubiao-and-lianbiao

    2下载:
  2.  (1).对于顺序存储的线性表,请实现以下功能: 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法   (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。   (3).编写一个主函数,调试
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:106517
    • 提供者:马序员
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1636510
    • 提供者:汪小君
  1. HEAPSORT-IMPLEMENTATION.cpp

    0下载:
  2. 定义一个数组,初始化为空。在数组上执行两种操作: 1、增添1个元素,把1个新的元素放入数组。 2、输出并删除数组中最小的数。 使用堆结构实现上述功能的高效算法。-The definition of an array is initialized to empty. Performed on the array of two things: 1, adding an element to a new element into the array. 2, and removes the
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1323
    • 提供者:nature
  1. main

    0下载:
  2. 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法 (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (3).编写一个主函数,调试上述算法。注:需要额外设计一个线性表初始化的函数。 (4)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1668
    • 提供者:顾欣
  1. minheap

    0下载:
  2. 基于Virtual C++的数据结构中堆的应用,能实现随机数组建立最小堆,遍历最小堆的结点,输出关键码,以及屏幕输入创建最小堆。-Application of data structure of Virtual stack based on C++, can realize the random array to establish the minimum heap, the minimum heap node traversal, the output and the input key, t
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:266860
    • 提供者:易新宇
  1. duipaixu

    0下载:
  2. 通过简单的下沉操作,数组建堆操作最终实现堆排序的C++源代码-Through the simple sinking operation, array build heap operation of the ultimate heap sort of C++ source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:614
    • 提供者:栗子头
  1. facet

    0下载:
  2. Add a bitmap to the array of bitmaps, or replace an existing one. This is only used when in cross process mode without a shared heap.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6119
    • 提供者:bunlicer
  1. Heapsort

    0下载:
  2. 堆排序是指利用堆这种数据结构所设计的一种排序算法,它是选择排序的一种。可以利用数组的特点快速定位指定索引的元素。堆分为大根堆和小根堆,是完全二叉树。大根堆的要求是每个节点的值都不大于其父节点的值,即A[PARENT[i]] >= A[i]。在数组的非降序排序中,需要使用的就是大根堆,因为根据大根堆的要求可知,最大的值一定在堆顶。-Heapsort refers to a sorting algorithm data structure designed using the heap, it
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3991782
    • 提供者:闫鑫
  1. Demo

    0下载:
  2. 数据结构中堆排序的代码实现。堆排序就是首先建立一个小顶堆或是大顶堆,然后把堆中最大的放到数组最后,再建立堆,再放到数组后面的位置-Data structure in the heap sort code. Heap sort is to first establish a small cap pile or pile top, and then put the heap s largest array in the end, to build pile, put them behind the
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:730
    • 提供者:tianfeng
  1. Second04

    1下载:
  2. 实验题目:产生随机数并进行排序。 实验要求: 1.随机产生30000个数存放到“random.txt”中; 2.从文件中读取30000个随机数存入数组,在此数组中排序; 3.将排好序(升序)的数组中的数存入以排序方式命名的txt文件中,如堆排序:Heapsort.txt。-Experiment title: generate a random number and sorting. The experimental requirements: 1. The num
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:494542
    • 提供者:lili
  1. sort

    0下载:
  2. 利用堆排序的思想,使用C++模板类,对数组进行排序,输出最大或最小的k个数。-The use of heap sort of thinking, using C++ template class, sort the array, the output of the maximum or minimum number of k.
  3. 所属分类:STL

    • 发布日期:2017-04-12
    • 文件大小:723
    • 提供者:jaing
  1. Dijkstra

    0下载:
  2. Heaps where the parent key is greater than or equal to (≥) the child keys are called max-heaps those where it is less than or equal to (≤) are called min-heaps. Efficient (logarithmic time) algorithms are known for the two operations needed to implem
  3. 所属分类:Algorithm

  1. 新建 WinRAR 压缩文件

    0下载:
  2. 该程序是分别使用快速排序、插入排序、选择排序、冒泡排序、堆排序、归并排序、基数排序制作的,可以选择其一实现数组排序,通过主函数调用实现七种算法的演示。当输入一个数组的元素个数和数组元素之后可以选择七种排序方法之一进行排序并按从小到大的顺序输出。(The program is using fast sorting, insert sort, select sort, bubble sort, heap sort, merge sort, radix sort production, you can
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:silverbullet
« 1 2 3 4»
搜珍网 www.dssz.com